'Declaration
<CanBeNullAttribute()> Public Property TypedAttributeData As UAAttributeData(Of T)
'Usage
Dim instance As UAAttributeDataResult(Of T) Dim value As UAAttributeData(Of T) instance.TypedAttributeData = value value = instance.TypedAttributeData
[CanBeNull()] public UAAttributeData<T> TypedAttributeData {get; set;}
[CanBeNull()] public: property UAAttributeData<T^>^ TypedAttributeData { UAAttributeData<T^>^ get(); void set ( UAAttributeData<T^>^ value); }
Property Value
Contains a null reference, when System.Exception is not null. Contains a non-null object when System.Exception is null.This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.